Table of Contents

tuxquote Plugin

Compatible with DokuWiki

Anteater, Rincewind, Angua, Adora Belle, Weatherwax, Binky, Ponder Stibbons

plugin Show a random image of Tux the Linux penguin with a random quote.

Last updated on
2014-09-18
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to fortune, xfortune

Tagged with motd, quotes, random, tux

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

The following screenshots are static samples only.

Tuxquote in action Tuxquote in action

Syntax

After installation, insert the following code

[TUXQUOTE]

If you would like it to appear in the top right corner of the page, use the following code to hide the TOC and turn off caching to show a different image and quote every time the page is refreshed

~~NOCACHE~~
~~NOTOC~~
[TUXQUOTE]

Configuration and Settings

The following attributes can be changed from the Configuration Manager:

Title: Add title text above the Tuxquote image.
Width: Width in percentage or pixels of the page. Eg: 80% or 200px.
Align: Can be “left”, “right” or “none”.

You can add or remove images from <wiki>/lib/plugins/tuxquote/pics/ directory. All jpg, png and gif images will be randomly used from that directory.

Add or remove quotes from the <wiki>/lib/plugins/tuxquote/quotes.txt file. Quotes are line delimited and HTML formatting can be used, enabling you to use <BR /> for line breaks etc.

Change Log

Known Bugs and Issues

Report any issues on the Issue Tracker.